home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Swedish (S-1.2.2) / Buntar / Bas / card_5341.txt < prev    next >
Text File  |  1989-01-16  |  11KB  |  540 lines

  1. -- card: 5341 from stack: in
  2. -- bmap block id: 3157
  3. -- flags: 4000
  4. -- background id: 2282
  5. -- name: Home
  6. ----- HyperTalk script -----
  7. on idle
  8.   put the time into card field "Time"
  9.   pass idle
  10. end idle
  11.  
  12. on startup
  13.   show card field "Copyright"
  14.   pass startup
  15. end startup
  16.  
  17. on closeCard
  18.   hide card field "Copyright"
  19.   pass closeCard
  20. end closeCard
  21.  
  22.  
  23.  
  24. -- part 3 (button)
  25. -- low flags: 00
  26. -- high flags: 0000
  27. -- rect: left=180 top=80 right=129 bottom=235
  28. -- title width / last selected line: 0
  29. -- icon id / first selected line: 0 / 0
  30. -- text alignment: 1
  31. -- font id: 0
  32. -- text size: 12
  33. -- style flags: 0
  34. -- line height: 16
  35. -- part name: Rolo
  36. ----- HyperTalk script -----
  37. on mouseUp
  38.   visual effect zoom open
  39.   go to stack "Adresser"
  40. end mouseUp
  41.  
  42.  
  43.  
  44. -- part 4 (button)
  45. -- low flags: 00
  46. -- high flags: 0000
  47. -- rect: left=330 top=80 right=129 bottom=392
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: File Index
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   visual effect zoom open
  59.   go to Kortregister
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 6 (button)
  65. -- low flags: 00
  66. -- high flags: 0000
  67. -- rect: left=31 top=144 right=189 bottom=80
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Phone
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   visual effect iris open
  79.   go to Telefon
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 11 (button)
  85. -- low flags: 00
  86. -- high flags: 0000
  87. -- rect: left=416 top=140 right=187 bottom=472
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: HyperCalc
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   visual effect zoom open
  99.   go to Kalkyl
  100. end mouseUp
  101.  
  102.  
  103.  
  104. -- part 12 (button)
  105. -- low flags: 00
  106. -- high flags: 0000
  107. -- rect: left=339 top=136 right=188 bottom=394
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 0 / 0
  110. -- text alignment: 1
  111. -- font id: 0
  112. -- text size: 12
  113. -- style flags: 0
  114. -- line height: 16
  115. -- part name: Scanned Images
  116. ----- HyperTalk script -----
  117. on mouseUp
  118.   hide message box
  119.   visual effect zoom open
  120.   go to "Visa bilder"
  121. end mouseUp
  122.  
  123.  
  124.  
  125. -- part 13 (button)
  126. -- low flags: 00
  127. -- high flags: 0000
  128. -- rect: left=109 top=140 right=187 bottom=155
  129. -- title width / last selected line: 0
  130. -- icon id / first selected line: 0 / 0
  131. -- text alignment: 1
  132. -- font id: 0
  133. -- text size: 12
  134. -- style flags: 0
  135. -- line height: 16
  136. -- part name: To Do
  137. ----- HyperTalk script -----
  138. on mouseUp
  139.   visual effect zoom open
  140.   go to card "First do" of "Almanacka"
  141. end mouseUp
  142.  
  143.  
  144.  
  145. -- part 44 (button)
  146. -- low flags: 00
  147. -- high flags: 8000
  148. -- rect: left=335 top=204 right=251 bottom=398
  149. -- title width / last selected line: 0
  150. -- icon id / first selected line: 7012 / 7012
  151. -- text alignment: 1
  152. -- font id: 0
  153. -- text size: 12
  154. -- style flags: 0
  155. -- line height: 16
  156. -- part name: Buntexempel
  157. ----- HyperTalk script -----
  158. on mouseUp
  159.   visual effect zoom open
  160.   go to stack "Buntexempel"
  161. end mouseUp
  162.  
  163.  
  164.  
  165.  
  166. -- part 45 (button)
  167. -- low flags: 00
  168. -- high flags: 8000
  169. -- rect: left=182 top=204 right=251 bottom=240
  170. -- title width / last selected line: 0
  171. -- icon id / first selected line: 18814 / 18814
  172. -- text alignment: 1
  173. -- font id: 0
  174. -- text size: 12
  175. -- style flags: 0
  176. -- line height: 16
  177. -- part name: Kortexempel
  178. ----- HyperTalk script -----
  179. on mouseUp
  180.   visual effect zoom open
  181.   go to stack "Kortexempel"
  182. end mouseUp
  183.  
  184.  
  185.  
  186.  
  187. -- part 46 (button)
  188. -- low flags: 00
  189. -- high flags: 8000
  190. -- rect: left=28 top=204 right=250 bottom=84
  191. -- title width / last selected line: 0
  192. -- icon id / first selected line: 26884 / 26884
  193. -- text alignment: 1
  194. -- font id: 0
  195. -- text size: 12
  196. -- style flags: 0
  197. -- line height: 16
  198. -- part name: Bildexempel
  199. ----- HyperTalk script -----
  200. on mouseUp
  201.   visual effect zoom open
  202.   go to stack "Bildexempel"
  203. end mouseUp
  204.  
  205.  
  206.  
  207. -- part 47 (button)
  208. -- low flags: 00
  209. -- high flags: 8000
  210. -- rect: left=257 top=204 right=250 bottom=321
  211. -- title width / last selected line: 0
  212. -- icon id / first selected line: 27056 / 27056
  213. -- text alignment: 1
  214. -- font id: 0
  215. -- text size: 12
  216. -- style flags: 0
  217. -- line height: 16
  218. -- part name: Knappexempel
  219. ----- HyperTalk script -----
  220. on mouseUp
  221.   visual effect zoom open
  222.   go to "Knappexempel"
  223. end mouseUp
  224.  
  225.  
  226.  
  227.  
  228. -- part 48 (button)
  229. -- low flags: 00
  230. -- high flags: 0000
  231. -- rect: left=98 top=202 right=250 bottom=164
  232. -- title width / last selected line: 0
  233. -- icon id / first selected line: 0 / 0
  234. -- text alignment: 1
  235. -- font id: 0
  236. -- text size: 12
  237. -- style flags: 0
  238. -- line height: 16
  239. -- part name: 
  240. ----- HyperTalk script -----
  241. on mouseUp
  242.   visual effect zoom open
  243.   go to "L√§nkade bilder"
  244. end mouseUp
  245.  
  246.  
  247.  
  248. -- part 62 (button)
  249. -- low flags: 00
  250. -- high flags: 0000
  251. -- rect: left=261 top=72 right=130 bottom=314
  252. -- title width / last selected line: 0
  253. -- icon id / first selected line: 0 / 0
  254. -- text alignment: 1
  255. -- font id: 0
  256. -- text size: 12
  257. -- style flags: 0
  258. -- line height: 16
  259. -- part name: 
  260. ----- HyperTalk script -----
  261. on mouseUp
  262.   visual effect zoom open
  263.   go to card "About" of stack "Dokument"
  264. end mouseUp
  265.  
  266.  
  267.  
  268.  
  269. -- part 63 (button)
  270. -- low flags: 00
  271. -- high flags: 0000
  272. -- rect: left=106 top=80 right=129 bottom=155
  273. -- title width / last selected line: 0
  274. -- icon id / first selected line: 0 / 0
  275. -- text alignment: 1
  276. -- font id: 0
  277. -- text size: 12
  278. -- style flags: 0
  279. -- line height: 16
  280. -- part name: 
  281. ----- HyperTalk script -----
  282. on mouseUp
  283.   visual effect zoom open
  284.   go to stack Hj√§lp
  285. end mouseUp
  286.  
  287.  
  288.  
  289.  
  290. -- part 65 (field)
  291. -- low flags: 01
  292. -- high flags: 0000
  293. -- rect: left=405 top=305 right=325 bottom=485
  294. -- title width / last selected line: 0
  295. -- icon id / first selected line: 0 / 0
  296. -- text alignment: 1
  297. -- font id: 3
  298. -- text size: 12
  299. -- style flags: 0
  300. -- line height: 16
  301. -- part name: Time
  302.  
  303.  
  304. -- part 68 (button)
  305. -- low flags: 00
  306. -- high flags: 0000
  307. -- rect: left=422 top=205 right=252 bottom=474
  308. -- title width / last selected line: 0
  309. -- icon id / first selected line: 0 / 0
  310. -- text alignment: 1
  311. -- font id: 0
  312. -- text size: 12
  313. -- style flags: 0
  314. -- line height: 16
  315. -- part name: 
  316. ----- HyperTalk script -----
  317. on mouseUp
  318.   visual effect zoom open
  319.   go to stack "Citat"
  320. end mouseUp
  321.  
  322.  
  323.  
  324. -- part 69 (button)
  325. -- low flags: 00
  326. -- high flags: 0000
  327. -- rect: left=32 top=72 right=129 bottom=86
  328. -- title width / last selected line: 0
  329. -- icon id / first selected line: 0 / 0
  330. -- text alignment: 1
  331. -- font id: 0
  332. -- text size: 12
  333. -- style flags: 0
  334. -- line height: 16
  335. -- part name: 
  336. ----- HyperTalk script -----
  337. on mouseUp
  338.   visual effect zoom open
  339.   go to card "Introduktion" of stack "Hj√§lp"
  340. end mouseUp
  341.  
  342.  
  343.  
  344. -- part 70 (button)
  345. -- low flags: 00
  346. -- high flags: 0000
  347. -- rect: left=414 top=80 right=130 bottom=471
  348. -- title width / last selected line: 0
  349. -- icon id / first selected line: 0 / 0
  350. -- text alignment: 1
  351. -- font id: 0
  352. -- text size: 12
  353. -- style flags: 0
  354. -- line height: 16
  355. -- part name: 
  356. ----- HyperTalk script -----
  357. on mouseUp
  358.   visual effect zoom open
  359.   go to stack "Diagram"
  360. end mouseUp
  361.  
  362.  
  363.  
  364. -- part 76 (field)
  365. -- low flags: 81
  366. -- high flags: 0000
  367. -- rect: left=16 top=310 right=326 bottom=207
  368. -- title width / last selected line: 0
  369. -- icon id / first selected line: 0 / 0
  370. -- text alignment: 1
  371. -- font id: 3
  372. -- text size: 9
  373. -- style flags: 0
  374. -- line height: 12
  375. -- part name: Copyright
  376.  
  377.  
  378. -- part 77 (button)
  379. -- low flags: 00
  380. -- high flags: 0000
  381. -- rect: left=185 top=140 right=189 bottom=237
  382. -- title width / last selected line: 0
  383. -- icon id / first selected line: 0 / 0
  384. -- text alignment: 1
  385. -- font id: 0
  386. -- text size: 12
  387. -- style flags: 0
  388. -- line height: 16
  389. -- part name: Veckoplan
  390. ----- HyperTalk script -----
  391. on mouseUp
  392.   set lockScreen to true
  393.   go stack "Almanacka"
  394.   goWeekly the seconds
  395.   set lockScreen to false
  396. end mouseUp
  397.  
  398.  
  399.  
  400. -- part 78 (button)
  401. -- low flags: 00
  402. -- high flags: 0000
  403. -- rect: left=263 top=141 right=188 bottom=314
  404. -- title width / last selected line: 0
  405. -- icon id / first selected line: 0 / 0
  406. -- text alignment: 1
  407. -- font id: 0
  408. -- text size: 12
  409. -- style flags: 0
  410. -- line height: 16
  411. -- part name: 
  412. ----- HyperTalk script -----
  413. on mouseUp
  414.   set lockScreen to true
  415.   go stack "Almanacka"
  416.   goSixMonthly the seconds
  417.   set lockScreen to false
  418. end mouseUp
  419.  
  420.  
  421.  
  422. -- part 80 (button)
  423. -- low flags: 00
  424. -- high flags: 0000
  425. -- rect: left=174 top=30 right=68 bottom=218
  426. -- title width / last selected line: 0
  427. -- icon id / first selected line: 28023 / 28023
  428. -- text alignment: 1
  429. -- font id: 0
  430. -- text size: 12
  431. -- style flags: 0
  432. -- line height: 16
  433. -- part name: 
  434.  
  435.  
  436. -- part 81 (button)
  437. -- low flags: 00
  438. -- high flags: 0000
  439. -- rect: left=294 top=30 right=68 bottom=338
  440. -- title width / last selected line: 0
  441. -- icon id / first selected line: 28023 / 28023
  442. -- text alignment: 1
  443. -- font id: 0
  444. -- text size: 12
  445. -- style flags: 0
  446. -- line height: 16
  447. -- part name: 
  448.  
  449.  
  450. -- part 84 (button)
  451. -- low flags: 00
  452. -- high flags: 0000
  453. -- rect: left=22 top=269 right=311 bottom=90
  454. -- title width / last selected line: 0
  455. -- icon id / first selected line: 0 / 0
  456. -- text alignment: 1
  457. -- font id: 0
  458. -- text size: 12
  459. -- style flags: 0
  460. -- line height: 16
  461. -- part name: 
  462. ----- HyperTalk script -----
  463. on mouseUp
  464.   go to stack "Mega AB"
  465. end mouseUp
  466.  
  467.  
  468.  
  469.  
  470. -- part 85 (button)
  471. -- low flags: 00
  472. -- high flags: 8000
  473. -- rect: left=102 top=265 right=311 bottom=162
  474. -- title width / last selected line: 0
  475. -- icon id / first selected line: 1006 / 1006
  476. -- text alignment: 1
  477. -- font id: 0
  478. -- text size: 12
  479. -- style flags: 0
  480. -- line height: 16
  481. -- part name: Mässexempel
  482. ----- HyperTalk script -----
  483. on mouseUp
  484.   go to stack "M√§ssan"
  485. end mouseUp
  486.  
  487.  
  488.  
  489.  
  490. -- part 86 (button)
  491. -- low flags: 00
  492. -- high flags: 8000
  493. -- rect: left=169 top=265 right=312 bottom=227
  494. -- title width / last selected line: 0
  495. -- icon id / first selected line: 28023 / 28023
  496. -- text alignment: 1
  497. -- font id: 0
  498. -- text size: 12
  499. -- style flags: 0
  500. -- line height: 16
  501. -- part name: Bas-exempel
  502. ----- HyperTalk script -----
  503. on mouseUp
  504.   go to stack "Bas-exempel"
  505. end mouseUp
  506.  
  507.  
  508.  
  509.  
  510. -- part 87 (button)
  511. -- low flags: 00
  512. -- high flags: 8000
  513. -- rect: left=313 top=265 right=311 bottom=421
  514. -- title width / last selected line: 0
  515. -- icon id / first selected line: 2 / 2
  516. -- text alignment: 1
  517. -- font id: 0
  518. -- text size: 12
  519. -- style flags: 0
  520. -- line height: 16
  521. -- part name: Nyheter i version 1.2
  522. ----- HyperTalk script -----
  523. on mouseUp
  524.   visual effect zoom open
  525.   go to stack "Version 1.2 nyheter"
  526. end mouseUp
  527.  
  528.  
  529.  
  530. -- part contents for background part 6
  531. ----- text -----
  532. Baskort
  533.  
  534. -- part contents for card part 65
  535. ----- text -----
  536. 8:55 AM
  537.  
  538. -- part contents for card part 76
  539. ----- text -----
  540. Copyright ¬©1987 Apple Computer, Inc.